home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / bessel.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  28 lines

  1. (Comp.sys.handhelds) 
  2. Item: 2766 by NU123952 at VM1.NoDak.EDU 
  3. Author: [Mark A. Ordal] 
  4.   Subj: Bessel Yn(x) and Jn(x) 
  5.   Date: Sat Apr 13 1991 
  6.  
  7. Here's my latest set of Bessel function programs for the HP-48.  The 
  8. only programs you need to call directly are Ynx and Jnx.  However, if 
  9. you are plotting something (e.g., the intensity of the diffraction pattern 
  10. of a circular aperature -- which involves J1) you might get a slight 
  11. speed improvement by directly calling the J1 program (named ASJ1). 
  12.  
  13. The comments are pretty complete so just read through the listing 
  14. to see how to call the programs and see where I got the algorithms. 
  15.  
  16. Note that BESSEL.SRC is the ASCII (translate 3) listing of a directory. 
  17. The separate programs can be adapted for use on a 28S.  In fact, most run 
  18. unchanged on the 28S.  For Ynx and Jnx, you have to replace the CASE 
  19. statement with nested IF statements.  The DECR command used in NRJN and 
  20. NRYN has to be replaced with 28S equivalents (the comments explain what to 
  21. do). 
  22.  
  23.                Dr. Mark A. Ordal 
  24.                Physics Department 
  25.                North Dakota State University 
  26.                Fargo, ND 58105 
  27.                NU123952@NDSUVM1 
  28.